home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 4364 / 4364.xpi / chrome / elemhidehelper.jar / content / overlay.xul < prev    next >
Extensible Markup Language  |  2009-07-01  |  2KB  |  62 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://elemhidehelper/skin/overlay.css" type="text/css"?>
  3.  
  4. <!-- ***** BEGIN LICENSE BLOCK *****
  5.      - Version: MPL 1.1
  6.      -
  7.      - The contents of this file are subject to the Mozilla Public License Version
  8.      - 1.1 (the "License"); you may not use this file except in compliance with
  9.      - the License. You may obtain a copy of the License at
  10.      - http://www.mozilla.org/MPL/
  11.      -
  12.      - Software distributed under the License is distributed on an "AS IS" basis,
  13.      - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  14.      - for the specific language governing rights and limitations under the
  15.      - License.
  16.      -
  17.      - The Original Code is Adblock Plus Element Hiding Helper.
  18.      -
  19.      - The Initial Developer of the Original Code is
  20.      - Wladimir Palant.
  21.      - Portions created by the Initial Developer are Copyright (C) 2006-2009
  22.      - the Initial Developer. All Rights Reserved.
  23.      -
  24.      - Contributor(s):
  25.      -
  26.      - ***** END LICENSE BLOCK ***** -->
  27.  
  28. <!DOCTYPE overlay SYSTEM "chrome://elemhidehelper/locale/overlay.dtd">
  29.  
  30. <overlay id="ehh-overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  31.     <script type="application/x-javascript" src="overlay.js"/>  
  32.     <script type="application/x-javascript" src="aardvark.js"/>
  33.     
  34.     <popupset id="abp-popupset">
  35.         <tooltip id="ehh-helpbox" noautohide="true" orient="vertical">
  36.             <description id="ehh-helpbox-title" value="&helpbox.title;"/>
  37.  
  38.             <grid flex="1">
  39.                 <columns>
  40.                     <column/>
  41.                     <column flex="1"/>
  42.                 </columns>
  43.                 <rows id="ehh-helpbox-rows"/>
  44.             </grid>
  45.         </tooltip>
  46.         <tooltip id="ehh-commandlabel" noautohide="true" orient="horizontal">
  47.             <description id="ehh-commandlabel-key"/>
  48.             <description id="ehh-commandlabel-label"/>
  49.         </tooltip>
  50.         <tooltip id="ehh-viewsource" noautohide="true" orient="vertical"/>
  51.     </popupset>
  52.  
  53.     <popup id="abp-status-popup">
  54.         <menuitem id="abp-status-ehh-selectelement" hidden="true" insertbefore="abp-status-options" label="&selectelement.label;" accesskey="&selectelement.accesskey;" key="abp-key-ehh-selectelement" oncommand="ehhSelectElement()"/>
  55.         <menuitem id="abp-status-ehh-stopselection" hidden="true" insertbefore="abp-status-options" label="&stopselection.label;" accesskey="&stopselection.accesskey;" key="abp-key-ehh-selectelement" oncommand="ehhSelectElement()"/>
  56.     </popup>
  57.  
  58.     <commandset id="abp-commandset">
  59.         <command id="abp-command-ehh-selectelement" oncommand="ehhSelectElement();"/>
  60.     </commandset>
  61. </overlay>
  62.